inspect

abstract fun inspect(location: Point): PointInspection

Inspects the given location on the web page containing this frame and returns the result of the inspection.

Return

the result of the inspection that contains the details about the DOM node at the given location

Parameters

location

a point on the web page

Throws

when the frame is closed


abstract fun inspect(x: Int, y: Int): PointInspection

Inspects the given location on the web page containing this frame and returns the result of the inspection.

Return

the result of the inspection that contains the details about the DOM node at the given location

Parameters

x

a horizontal coordinate on the web page

y

a vertical coordinate on the web page

Throws

when the frame is closed